Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/114 - Weight Converter/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/114 - Weight Converter/index.html
349 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

readme.md /cody/swapnilsparsh/30DaysOfJavaScript/114 - Weight Converter/readme.md
240 Views
0 Comments
# Weight Converter 🎱 :
---
It's a simple Weight Converter which takes weight as 'grams' and convert into -> 'pound' , 'kg' , 'Ou
script.js /cody/swapnilsparsh/30DaysOfJavaScript/114 - Weight Converter/script.js
185 Views
0 Comments
let button = document.getElementById('btn');

button.addEventListener('click', function(){
const gram = parseInt(document.ge
style.css /cody/swapnilsparsh/30DaysOfJavaScript/114 - Weight Converter/style.css
126 Views
0 Comments
html{
height: 100%;
}
body{
background: linear-gradient(to right, #8f2d7b, #8894a2);
color: white;
font-family: